Vcenter Vm Guest Filesystem Files FileAttributesInfo

Vcenter Vm Guest Filesystem Files FileAttributesInfo
Vcenter Vm Guest Filesystem Files FileAttributesInfo

The Vcenter Vm Guest Filesystem Files FileAttributesInfo schema describes the attributes of a file in a guest operating system.

This schema was added in vSphere API 7.0.2.0.

JSON Example
{
    "last_modified": "string",
    "last_accessed": "string",
    "symlink_target": "string",
    "filesystem_family": "string",
    "win_attributes": {
        "hidden": false,
        "read_only": false,
        "created": "string"
    },
    "posix_attributes": {
        "owner": 0,
        "group": 0,
        "permissions": "string"
    }
}
string As date-time As date-time
last_modified
Required

The date and time the file was last modified.

This property was added in vSphere API 7.0.2.0.

string As date-time As date-time
last_accessed
Required

The date and time the file was last accessed.

This property was added in vSphere API 7.0.2.0.

string
symlink_target
Optional

The target for the file if it's a symbolic link. This is currently only set for Posix guest operating systems, but may be supported in the future on Windows guest operating systems that support symbolic links.

This property was added in vSphere API 7.0.2.0.

Set if the file is a symbolic link.

string
filesystem_family
Required

The type of guest filesystem.

For more information see: Vcenter Vm Guest Filesystem Files FilesystemFamily.

This property was added in vSphere API 7.0.2.0.

win_attributes
Optional

Windows-specific file information.

This property was added in vSphere API 7.0.2.0.

This property is optional and it is only relevant when the value of filesystem_family is Vcenter Vm Guest Filesystem Files FilesystemFamily.WINDOWS.

posix_attributes
Optional

Posix-specific file information.

This property was added in vSphere API 7.0.2.0.

This property is optional and it is only relevant when the value of filesystem_family is Vcenter Vm Guest Filesystem Files FilesystemFamily.POSIX.